home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Fixation 1.3 / blit.h < prev    next >
Text File  |  1995-10-14  |  172b  |  4 lines

  1. // blit.h
  2.  
  3. void myCopyBits(PixMapPtr srcPM, PixMapPtr dstPM, Rect *srcRect, Rect *dstRect);
  4. void copydouble(PixMapPtr srcpm, PixMapPtr dstpm, Rect *srcRect, Rect *dstRect);